report_missing_ode Subroutine

public subroutine report_missing_ode(err, fcn)

Reports a missing ODE routine.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.